home *** CD-ROM | disk | FTP | other *** search
/ One Click 21 (Special) / OC021.iso / Juegos / miniscrapercaper / miniscrapercaper.swf / scripts / DefineButton2_90 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2006-02-02  |  105 b   |  7 lines

  1. on(release){
  2.    gotoAndStop("game");
  3.    play();
  4.    _root.snd.playEvent("sndClick",1);
  5.    play();
  6. }
  7.